NevronOpenVision
Nevron.Nov.UI Namespace / NCommandBuilderCollection<T> Class


In This Topic
    NCommandBuilderCollection<T> Class Methods
    In This Topic

    For a list of all members of this type, see NCommandBuilderCollection<T> members.

    Public Methods
     NameDescription
    Public MethodAdds the given command builder to this collection.  
    Public MethodAdds the given command builder to this collection.  
    Public MethodReturns the index of the command builder with the given name or -1 if such command builder does not exist in this collection.  
    Public MethodInserts the given command builder at the specified index.  
    Public MethodOverloaded. Finds a command builder with the given name and if found removes it from this collection and returns true, otherwise the method does nothing and returns false.  
    Public MethodRemoves the command builder at the given index.  
    Top
    See Also